home *** CD-ROM | disk | FTP | other *** search
- ;***** Kit Early Startup Control Desinstallation Script
-
- (transcript "Uninstalling Kit Early Startup Control...")
- (set @default-dest "SYS:")
-
- ;***** Introduction
- (complete 0)
-
- (message
- "The installation made modifications on the"
- "Startup-Sequence and in the S: directory."
- "This script is gonna to make it back to the normal."
- )
-
- (run ("delete S:kesc.prefs"))
- (run ("delete S:Startup-Sequence"))
- (run ("delete S:Kesc-Startup"))
- (run ("rename S:Startups/Startup_normal S:Startup-Sequence"))
- (run ("delete S:Startups ALL"))
- (run ("delete C:kesc"))
-
- ;***** Finished
- (complete 100)
-
- (message
- "Deactivated programs in WBStartup directory are always"
- "deactivated. You still have to rename the .noinfo as .info."
- )
-